home *** CD-ROM | disk | FTP | other *** search
/ 95.86.62.111 / 95.86.62.111.tar / 95.86.62.111 / Active Sync 4.5.rar / Active Sync 4.5 / setup.msi / ActiveSync.cab / WceIS.inf < prev    next >
INI File  |  2006-05-30  |  3KB  |  111 lines

  1. ;                     
  2. ; Windows Mobile USB Host Setup File
  3. ; Copyright (c) Microsoft Corporation
  4. ;
  5. ; WceIS.INF -- This is the inf installation script for the stand-alone
  6. ;                  release of RNDIS-over-USB host driver for Windows Mobile USB Function devices for Internet Sharing application.
  7. ;
  8.  
  9. [Version]
  10. Signature           = "$Windows NT$"
  11. Class               = Net
  12. ClassGUID           = {4d36e972-e325-11ce-bfc1-08002be10318}
  13. Provider            = %Microsoft%
  14. DriverVer           = 10/28/2005,5.1.2600.2781
  15. CatalogFile.NT      = WceIS.cat
  16.  
  17. [Manufacturer]
  18. %Microsoft%          = WindowsCeDevices,NT.5.1,NTx86,NTamd64
  19.  
  20. [WindowsCeDevices]
  21. %WindowsCeDevice%    = RNDIS, USB\Class_E0&SubClass_01&Prot_03
  22.  
  23. [WindowsCeDevices.NT.5.1]
  24. %WindowsCeDevice%    = RNDIS.NT.5.1, USB\Class_E0&SubClass_01&Prot_03
  25.  
  26. [WindowsCeDevices.NTx86]
  27. %WindowsCeDevice%    = RNDIS.NT.5.1, USB\Class_E0&SubClass_01&Prot_03
  28.  
  29. [WindowsCeDevices.NTamd64]
  30. %WindowsCeDevice%    = RNDIS.NT.5.1, USB\Class_E0&SubClass_01&Prot_03
  31.  
  32. [ControlFlags]
  33. ExcludeFromSelect=*
  34.  
  35. ; Windows XP specific sections -----------------------------------
  36.  
  37. [RNDIS.NT.5.1]
  38. Characteristics = 0x84   ; NCF_PHYSICAL + NCF_HAS_UI
  39. BusType         = 15
  40. include         = netrndis.inf
  41. needs           = Usb_Rndis.ndi
  42.  
  43. ;[RNDIS_CopyFiles_NT.5.1]
  44. ; no copyfiles - the files are already in place for XP and above
  45.  
  46. [RNDIS.NT.5.1.Services]
  47. include     = netrndis.inf
  48. needs       = Usb_Rndis.ndi.Services
  49.  
  50. ; Windows 2000 specific sections ---------------------------------
  51.  
  52. [RNDIS.NT]
  53. Characteristics = 0x84   ; NCF_PHYSICAL + NCF_HAS_UI
  54. BusType         = 15
  55. DriverVer       = 11/09/2005,5.2.3790.1454
  56. AddReg          = RNDIS_AddReg_NT
  57. CopyFiles       = RNDIS_CopyFiles_NT
  58.  
  59. [RNDIS.NT.Services]
  60. AddService = usb_rndisy, 2, RNDIS_ServiceInst_NT, RNDIS_EventLog
  61.  
  62. [RNDIS_CopyFiles_NT]
  63. ; no rename of files on Windows 2000, use the 'y' names as is
  64. usb8023y.sys, , , 0 
  65. rndismpy.sys, , , 0 
  66.  
  67. [RNDIS_ServiceInst_NT]
  68. DisplayName     = %ServiceDisplayName%
  69. ServiceType     = 1 
  70. StartType       = 3 
  71. ErrorControl    = 1 
  72. ServiceBinary   = %12%\usb8023y.sys    
  73. LoadOrderGroup  = NDIS
  74. AddReg          = RNDIS_WMI_AddReg_NT
  75.  
  76. [RNDIS_WMI_AddReg_NT]
  77. HKR, , MofImagePath, 0x00020000, "System32\drivers\rndismpy.sys"
  78.  
  79. ; DO NOT MODIFY ServiceName!!
  80. [RNDIS_AddReg_NT]
  81. HKR, ,                  ReclaimRecv,    0x00010001, 1
  82. HKR, Ndi,               Service,        0, "usb_rndisy"
  83. HKR, Ndi\Interfaces,    UpperRange,     2, "ndis5"
  84. HKR, Ndi\Interfaces,    LowerRange,     2, "ethernet"
  85.  
  86. ; References -------------------------------------------
  87.  
  88. [RNDIS_EventLog]
  89. AddReg = RNDIS_EventLog_AddReg
  90.  
  91. [RNDIS_EventLog_AddReg]
  92. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  93. HKR, , TypesSupported,   0x00010001, 7
  94.  
  95. [SourceDisksNames]
  96. 1=%SourceDisk%,,1
  97.  
  98. [SourceDisksFiles]
  99. usb8023y.sys=1
  100. rndismpy.sys=1
  101.  
  102. [DestinationDirs]
  103. RNDIS_CopyFiles_NT    = 12
  104.  
  105. ; DO NOT MODIFY ServiceDisplayName!!
  106. [Strings]
  107. ServiceDisplayName    = "USB RNDIS Adapter"
  108. Microsoft             = "Microsoft Corporation"
  109. WindowsCeDevice       = "Windows Mobile-based Internet Sharing Device"
  110. SourceDisk            = "Windows Mobile-based Internet Sharing Device Driver Install Disk"
  111.